CreatePolygonRegion(Point[],PolyFillMode) Method
In This Topic
Create a polygons region from the point array which defines the vertices of the polygon.
Syntax
'Declaration
Public Overloads Shared Function CreatePolygonRegion( _
ByVal () As Point, _
ByVal As PolyFillMode _
) As Region
public static Region CreatePolygonRegion(
Point[] ,
PolyFillMode
)
Parameters
- polygonPoints
- A System.Drawing.Point array that defines the vertices of the polygon.
- polyFillMode
- C1.Framework.Drawing.Gdi.DeviceContexts.PolyFillMode Indicates the poly fill mode is "alternate" or "winding"
See Also